home *** CD-ROM | disk | FTP | other *** search
/ The Guided Tour of Multimedia (Second Edition) / The Guided Tour of Multimedia (Second Edition).iso / trials / director / evalcopy / director.z / NAVIGATR.DIR / 00301_Field_301.txt < prev    next >
Text File  |  1994-06-14  |  361b  |  16 lines

  1. BEGIN.DIR, 2
  2.  
  3.  
  4. -- Init Movie Scrip Rev 1 
  5. -- *********************************************************************
  6. -- The startMovie handler is called automatically when the movie is started
  7.  
  8. on startMovie
  9.   global gNumberOfPasses, magcursor
  10.   set gNumberOfPasses = 1
  11.   set magcursor to [the number of cast "magnifying glass"] 
  12. end startMovie
  13.  
  14.  
  15.  
  16.